* {margin: 0; padding: 0;}

#slider {
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 auto;
	width: 100%;
	max-width: 1902px;
	height: 100%;
	overflow: hidden;
	z-index: -1;
  	transform: TranslateX(-50%);
}

#slider .control-links {
	bottom: 0;
    display: none;
}

#slider .control-links li.active {
    display: none;
}

#slider img {
    visibility: hidden;
}

@media screen and (max-width:614px) {
	#slider { height:302px; }
}
@media screen and (max-width:414px) {
	#slider { height:175px; }
}